projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
984e7bd
)
(dired-mark-subdir-files): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 04:14:04 +0000
(
04:14
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 04:14:04 +0000
(
04:14
+0000)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 3d17905dd7d4452a9dbbdcbc8a0d552192710b71..db93f68c3edd84c53bd4a71981e56ca6f1de096a 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-1751,7
+1751,9
@@
The next char is either \\n, or \\r if DIR is hidden."
\f
;;;###autoload
(defun dired-mark-subdir-files ()
- "Mark all files except `.' and `..'."
+ "Mark all files except `.' and `..' in current subdirectory.
+If the Dired buffer shows multiple directories, this command
+marks the files listed in the subdirectory that point is in."
(interactive)
(let ((p-min (dired-subdir-min)))
(dired-mark-files-in-region p-min (dired-subdir-max))))